home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 March / Amiga-CD 1996 #3.iso / demos / stormc-demo / include / proto / asl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-19  |  320 b   |  18 lines

  1. #ifndef _PROTO_ASL_H
  2. #define _PROTO_ASL_H
  3.  
  4. /*
  5. **  $VER: asl.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #include <exec/types.h>
  13. extern struct Library *AslBase ;
  14. #include <clib/asl_protos.h>
  15. #include <pragmas/asl_pragmas.h>
  16.  
  17. #endif
  18.